home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / PeerAware 1.03 / PeerAware-Setup.exe / iMuninService_SCPD.xml < prev    next >
Extensible Markup Language  |  2007-08-31  |  833b  |  36 lines

  1. <?xml version="1.0" ?>
  2. <scpd xmlns="urn:schemas-upnp-org:service-1-0">
  3.     <specVersion>
  4.         <major>1</major>
  5.         <minor>0</minor>
  6.     </specVersion>
  7.     <actionList>
  8.         <action>
  9.             <name>SetHubList</name>
  10.             <argumentList>
  11.                 <argument>
  12.                     <name>aHubList</name>
  13.                     <direction>in</direction>
  14.                     <relatedStateVariable>HubList</relatedStateVariable>
  15.                 </argument>
  16.             </argumentList>
  17.         </action>
  18.         <action>
  19.             <name>GetHubList</name>
  20.             <argumentList>
  21.                 <argument>
  22.                     <name>aHubList</name>
  23.                     <direction>out</direction>
  24.                     <relatedStateVariable>HubList</relatedStateVariable>
  25.                 </argument>
  26.             </argumentList>
  27.         </action>
  28.     </actionList>
  29.     <serviceStateTable>
  30.         <stateVariable sendEvents="yes">
  31.             <name>HubList</name>
  32.             <dataType>string</dataType>
  33.         </stateVariable>
  34.     </serviceStateTable>
  35. </scpd>
  36.